home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware in MacFormat / brailler0.5b / brlr ƒ / Shell ƒ / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-20  |  446 b   |  11 lines  |  [TEXT/MMCC]

  1. extern    short            gMainTopicShowing;
  2. extern    short            gSubTopicShowing;
  3.  
  4. void SetupTheHelpWindow(WindowPtr theWindow);
  5. void ShutDownTheHelpWindow(void);
  6. void OpenTheHelpWindow(WindowPtr theWindow);
  7. void DisposeTheHelpWindow(WindowPtr theWindow);
  8. void KeyPressedInHelpWindow(WindowPtr theWindow, unsigned char keyPressed);
  9. void MouseClickedInHelpWindow(WindowPtr theWindow, Point mouseLoc);
  10. void DrawTheHelpWindow(WindowPtr theWindow, short theDepth);
  11.